#msg_win {
	/*border: 1px solid #ccc;
	background: #daedef;*/
	width: 254px;
	position: absolute;
	right: 0;
	font-size: 14px;
	font-family: Arial;
	margin: 0px;
	display: none;
	overflow: hidden;
	z-index: 99;
}

#msg_win .icos {
	position: absolute;
	top: 2px; *
	z-index: 9;
	top: 0px;
	right: 2px;
	
}

.icos a {
	float: left;
	color: #cc0000;
	margin: 1px;
	text-align: center;
	font-weight: bold;
	width: 14px;
	height: 22px;
	line-height: 22px;
	padding: 1px;
	text-decoration: none;
	font-family: webdings;
}

.icos a:hover {
	color: #cf4900;
}

#msg_title {
	position: absolute;
	z-index: 120;
	border-bottom: 0px solid #d7c1a9;
	border-top: 0px solid #d7c1a9;
	border-left: 0px solid #d7c1a9;
	font-weight: bold;
	/*color: #cc0000;*/
	height: 26px;
	line-height: 26px;
	text-indent: 5px;
}

#msg_content {
	position: absolute;
	z-index: 100;
	margin: 0px;
	/*width: 254px;
	height: 203px;*/
	overflow: hidden;
}

